@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro','Meiryou','sans-serif';
  font-size: 1.8vw;
  background: linear-gradient(#726250 5%,#faffff 30% ,#1d2b38 65%)
}

a {
  text-decoration: none;
  color: #333;
}
.menu-content {
  display: none;
}
.top {
  width: 100%;
  height: 8vw;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 0 0;
  margin-top: 0.3vw;
}

.top img {
  width: 20%;
  height: 8vw;
  margin: 0;
}


.container_service img {
  display: block;
  width: 3vw;
  height: 3vw;
  border-radius: 10%;
  border: solid 1px #fff;
  padding: 1vw 1vw;
  margin-top: 1vw;
  margin-bottom: 0.1vw;
}
.container_service{
  display: flex;
}  

.container_service a {
  display: inline-block;
  font-size: 1.1vw;
}


.more-btn {
	--more-btn-color: #fff;/*矢印と文字の色はここで設定*/
	text-align: center;/*ボタン中央寄せ（右寄せにしたいときはrightに変更）*/
}

.more-btn a {
	position: relative; /*位置（ここを基準に）*/
	padding: 0 2em 0 1.5em; /*内側余白調整（上右下左）*/
	color: var(--more-btn-color);  /*リンク文字色*/
	text-decoration: none; /*リンク下線を消す*/
	outline: none; /*枠線を消す*/
  
}

.more-btn a::before,
.more-btn a::after{
	content: ''; /*矢印部分作成*/
	position: absolute; /*位置（下線と矢印を配置する）*/
	background: var(--more-btn-color); /*矢印の色*/
	height: 1px; /*線の太さ*/
	transition: all .3s; /*なめらかな動き*/
}

.more-btn a::before {
	bottom: 0.05vw; /*下線の下からの距離*/
	left: 5%; /*左からの距離*/
	width: 83%; /*ボタンの幅*/
}

.more-btn a::after {
	bottom: 0.3vw; /*矢印の下からの距離*/
	right: 10%; /*右からの距離*/
	width: 10%; /*矢印部分の幅*/
	transform: rotate(35deg); /*角度調整*/
}

/*マウスオーバー時の動き*/
.more-btn a:hover::before{
	left: 10%;
}

.more-btn a:hover::after {
	right: 10%;
}

.more-btn a:hover::after {
	right: 5%;
}
.header_logo img {
  display: none;
}

#menu-btn-check {
  display: none;
}


.menu-box {
  width: 83.3%;
  margin: 0 auto;
  margin-top: 1vw;
  font-size: 1.3vw;
}


.menu-box ul {
  width: 100%;
  display: flex;
  text-align: center;
}

.menu-box ul li {
  width: 13.77vw;
  text-align: center;
  border-right: 0.11vw solid #a5a5a5;
  background-color: rgba(29, 43, 56, 0.6);
}


.menu-box ul li a {
  display: block;
  color: #fff;
}

.menu-box ul li:first-child {
  border-left: 0.11vw solid #a5a5a5;
}

li {
  display: block;
}

.header_img {
  width: 100%;
  margin: auto;
  margin-bottom: 5vw;
  text-align: center;
  position: relative;
  z-index: 0;
}

.header_img img {
  display: inline-block;
  width: 83.3%;
  height: 27vw;
}

.header_img  p {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40%;
  transform: translate(-50%,-50%);
  padding: 0px;
  margin: 0 auto;
  line-height: 3;
  font-size: 6.5vw;
  font-weight: bold;
  font-style: italic;
  color: rgba(245,245,245,0.4);
  width: 45vw;
  height: 5vw;
}
.header_box {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  margin-bottom: 4vw;
}
.header p {
  font-size: 2.3vw;
  font-weight: 500;
  color: rgba(73,74,65);
  text-decoration-color: rgba(51,153,102,0.4);
  text-decoration-line: underline;
  text-decoration-thickness: 1.3vw;
  text-underline-offset: -2.5vw;
}
.text {
  width: 110%;
  font-size: 1.3vw;
  color: #494a41;
  text-align: left;
}
.scroll {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.scroll {
  animation-delay: 1.0s;
  }
  
  .point_logo {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .point_logo h2 {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 2px;
    color: rgba(51,153,102,0.3);
    margin-bottom: -3.5vw;
  }
  .point_logo a {
    font-size: 3vw;
    margin-left: 5%;
  }
  .point {
    width: 85%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1vw;
    margin: 0 auto;
    padding: 0;
  }
  .point1, .point2, .point3, .point4, .point5, .point6{
    width: 30%;
    height: 14vw;
    background-color: rgba(51,153,102,0.5);
    text-align: center;
  }
.point1 p, .point5 p{
  font-size: 1.2vw;
  margin-top: 1vw;
}

.point2 p, .point4 p, .point6 p, .point3 p{
  font-size: 1.2vw;
  margin-top: 2vw;
}
.point2 h3, .point3 h3, .point4 h3, .point6 h3{ 
  margin: 0 auto;
  margin-top: 2.3vw;
  margin-bottom: 5px;
}
.point3 h3 br, .point4 h3 br {
  display: none;
}

h3 {
  font-size: 2vw;
  font-weight: 500;
  margin-top: 20px;
}

.menu_logo {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  margin-top: 6vw;
}
.menu_logo h2 {
  font-size: 4.2vw;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: rgba(51,153,102,0.3);
  margin-bottom: -3.2vw;
}
.menu_logo a {
  font-size: 3vw;
  margin-left: 4.5vw;
  color: #180614;
}

.menu_box {
  width: 80vw;
  border: solid 0.1vw #333;
  border-radius: 4vw;
  padding: 3% 3%;
  z-index: -6;
  margin: auto;
  background-color: rgba(255, 253, 248, 0.911);
  margin-bottom: 5vw;
}
.menu_list {
  display: flex;
}
.menu_box ul {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu_box li {
  position: relative;
  z-index: 0;
  padding-right: 1vw;
  left: 15%;
  font-size: 1.5vw;
}
.menu_box li:before {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0.6vw;
  left: -0.7vw;
  width: 0;
  height: 0;
  border-width: 0.6vw;
  border-style: solid;
  border-color: transparent transparent transparent #6c3524;
}
.menu_box a {
  font-size: 1.5vw;
  line-height: 3;
  margin: 6vw 0 0 11vw;
  color: #00001c;
}
.menu_box p {
  padding-top: 1.5vw;
  font-size: 1.3vw;
}


footer {
  margin: 0;
  padding: 0;
  position: relative; /* absoluteの子要素の基準にする */
  height: 40vw;
}
footer img {
  position: relative;
  width: 100vw;
  height: 40vw;
  object-fit: cover;
  display: block;
}
.footer_container {
  position: absolute;
  top: 2vw;
  left: 18vw;
  text-align: center;
}
.footer_container h1 {
  font-weight: bold;
  color: rgba(119, 198, 176, 0.6);
  font-size: 5vw;
  margin-bottom: 3vw;
}
.footer_container h2 {
  margin-top: -7vw;
  margin-left: 4vw;
  font-size: 3vw;
  font-weight: 500;
  color: #d7deea;
  margin-bottom: 4vw;
}
.footer_container ul {
  display: flex;
  gap: 5vw;
  margin-bottom: 3vw;
}
.footer_container li {
  list-style: none;
  padding: 2vw 4vw;
  font-size: 2vw;
  border: #ccc double .4vw;
}
.footer_container a {
  text-decoration: none;
  color: azure;
}
.footer_container p {
  color: aliceblue;
  font-size: 1.6vw;
}
.footer_container p:nth-of-type(1) {
  padding-bottom: 2vw;
}
.footer_container p:nth-of-type(2) {
  margin-top: 2vw;
}
.footer_container p:nth-of-type(2), .footer_container p:nth-of-type(3) {
  font-size: 1.4vw;
}  
.copy {
  position: relative;
  width: 100vw;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 0.8vw;
  background-color: #000000;
  padding: .5vw 0;
}
@media only screen and (max-width: 600px) {
  
  body {
    border-top: none;
    background: linear-gradient(#dfeafa 5%,#faffff 30% ,#1d2b38 65%);
  }
  .header_logo {
    display: block;
    position: fixed;
    width: 100vw;
    height: 16vw;
    background-color: rgba(119, 198, 176, 0.9);
    margin-top: -0.9vw;
    z-index: 90;
  }
  .header_logo img {
    display: block;
    width: 60vw;
    height: 16vw;
    margin-top: 0.1vw;
    margin-left: 5vw;
    
  }
  .menu-btn {
  position: fixed;
  top: 8vw;
  right: -4vw;
  height: 16vw;
  width: 16vw;
  justify-content: center;
  align-items: center;
  z-index: 90;
  }

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: '';
  display: block;
  height: 0.7vw;
  width: 7vw;
  border-radius: 1vw;
  background-color: #fff;
  position: absolute;
  z-index: 90;
}
.menu-btn span::before {
  bottom: 2vw;
}
.menu-btn span::after {
  top: 2vw;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-content {
  display: block;
  width: 100vw;
  height: 300vw;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 80;
  background-color: rgba(119, 198, 176, 0.9);
  transition: all 0.5s;
}
  
.menu-content ul {
  padding: 20vw 5vw 0;
}
  
.menu-content ul li {
  border-bottom: solid 0.2vw #fff;
  list-style: none;
}
  
.menu-content ul li a {
  display: block;
  font-size: 4vw;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 3vw 7vw 2vw 2vw;
  position: relative;
  z-index: 90;
}
  
.menu-content ul li a::before {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: solid 2px #fff;
  border-right:  solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  z-index: 90;
  right: 4vw;
  top: 5vw;
}
  
#menu-btn-check:checked ~ .menu-content {
  left: 0;
} 

.top {
  display: none;
}


.link {
  display: none;
}

.menu-box ul {
  display: none;
}

.header_img {
  display: none;
}
.header p {
  width: 90vw;
  font-size: 6vw;
  text-underline-offset: -6vw;
  text-decoration-thickness: 3vw;
  margin-top: 10vw;
  margin-bottom: 3vw;
}
.header_box {
  max-width: 100vw;
  margin: 0 auto;
  padding-top: 15vw;
}
.text {
  width: 92vw;
  text-align: left;
  font-size: 3.5vw;
  margin-left: -5vw;
}
.text br {
  display: none;
}
.point_logo {
  max-width: 100vw;
  margin: 0;
  padding: 0;
  margin-top: 10vw;
}
.point_logo h2 {
  font-size: 10vw;
  margin-bottom: -10vw;
}
.point_logo a {
  font-size: 7.5vw;
}
.point {
  width: 95vw;
  margin: auto;
  margin-top: 1vw;
  justify-content: space-around;
  margin-bottom: 18vw;
  gap: 2vw;
}
.point1, .point2, .point3, .point4, .point5, .point6{
  width: 30vw;
  height: 40vw;
}

.point1 p br {
  display: none;
}

.point1 p, .point2 p, .point3 p, .point4 p, .point5 p, .point6 p{
  margin: 0 2vw;
  margin-top: 4.3vw;
  font-size: 3vw;
  margin-bottom: 1vw;
}
.point h3 {
  margin: 4.3vw 1vw 0 1.2vw;
  font-size: 3.4vw;
  font-weight: 600;
}

.menu_logo {
  max-width: 100vw;
  margin: 0;
  padding: 0;
  margin-top: 10vw;
}
.menu_logo h2 {
  font-size: 10vw;
  margin-bottom: -10vw;
  letter-spacing: 1.5vw;
}
.menu_logo a {
  font-size: 7.5vw;
}
.menu_box {
  display: block;
  width: 90vw;
  margin-top: 2vw;
  padding: 10vw 0vw 10vw 5vw;
  border-radius: 10vw;
}
.menu_list {
  display: block;
}
.menu_list ul {
  margin-bottom: -10vw;
}

.menu_box li {
  font-size: 4vw;
  line-height: 2.3;
} 
.menu_box li::before {
  top: 2.7vw;
  left: -2.5vw;
  border-width: 2vw;
}
.menu_box a {
  margin: 0 0 0 19vw; 
  font-size: 4vw;
}
.menu_box p {
  width: 92%;
  font-size: 13px;
}
 footer img {
   height: 100vw;
 }
 .footer_container {
   left: 17vw;
 }
 .footer_container h1 {
   font-size: 12vw;
   margin-bottom: 5vw;
   margin-top: 5vw;
 }
 .footer_container h2 {
   margin-top: -14vw;
   font-size: 8vw;
   font-weight: 500;
   color: #d7deea;
   margin-bottom: 4vw;
 }
 .footer_container ul {
   flex-direction: column;
   gap: 4vw;
 }
 .footer_container li {
   padding: 3vw 0;
   border: #ccc double .8vw;
 }
 .footer_container li a {
   font-size: 4vw;
 }
 .footer_container p {
   font-size: 3vw;
 }
 .footer_container p:nth-of-type(2) {
   margin-top: 7vw;
 }
 .footer_container p:nth-of-type(2), .footer_container p:nth-of-type(3) {
   font-size: 3vw;
 }
 .copy {
   font-size: 2vw;
 }
 
}